﻿@charset "utf-8";
/*CSS Document*/

/*全宽导航*/

/*
html {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url(desaturate.svg#grayscale);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
}
*/

.mp_dh{
	width: 100%;
    background: #0084ff;
}
.mp_dh .nav_con{
	position: relative;
}
.nav_con .nav_con_top{
	padding: 10px 0;
}
.nav_con_top .colsItem,.nav_con_top .butt_more{
	float: left;
}
.nav_con_top .colsItem{
	width: 930px;
}
.colsItem .item{
	float: left;
	height: 26px;
	font-size: 16px;
    margin: 0 13px;
}
.item a{
	display: block;
    height: 26px;
    line-height: 26px;
    color: #fff;
} 
.item a:hover{
	color: #ffea00;
}
.nav_con_top .butt_more{
	width: 14px;
	height: 15px;
	cursor: pointer;
	padding-top: 5px;
}
.butt_more img{
	display: block;
	width: 100%;
	height: 100%;
}
.nav_con .secNav{
	padding: 10px 0 0;
	width: 998px;
    border: 1px solid #a0a0a0;
    border-top: none;
	background: #fff;
	position: absolute;
    top: 46px;
    left: 0px;
    z-index: 10;
    display: none;
}
.secNav .secNav_list{
	width: 100%;
}
.secNav_list li{
	float: left;
    font-size: 16px;
    margin: 0 11px 10px;
}
.secNav_list li a{
	color: #ce0b24;	
}
.secNav_list li a:hover{
	color: #ff6400;
}
/*地区导航*/
.mp_container .mp_subnav{
	width: 100%;
	padding: 6px 0;
	background: #f4f4f4;
	margin-bottom: 10px;
}
.mp_subnav .dh_list_top{
	margin-bottom: 6px;
}
.dh_list li{
	float: left;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	padding: 0 14px 0 15px;
	border-right: 1px solid #7c7c7c;
}
.dh_list li:last-child{
	border-right: 0;
}
.dh_list li a{
	color: #7c7c7c;
}
.dh_list li a:hover{
	color: #ff6400;
}






